EditDocumentUserMetadataDto

data class EditDocumentUserMetadataDto(expenseType: String?, notes: String?, warrantyPeriod: EditDocumentUserMetadataPeriodDto?, returnPeriod: EditDocumentUserMetadataPeriodDto?)

Parameters

expenseType

To unset the value pass an empty string. Otherwise must be a valid ExpenseTypeEnum value.

notes

To unset the value pass an empty string.

warrantyPeriod
  • @param returnPeriod

Constructors

EditDocumentUserMetadataDto
Link copied to clipboard
fun EditDocumentUserMetadataDto(expenseType: String? = null, notes: String? = null, warrantyPeriod: EditDocumentUserMetadataPeriodDto? = null, returnPeriod: EditDocumentUserMetadataPeriodDto? = null)
To unset the value pass an empty string.

Properties

expenseType
Link copied to clipboard
@SerializedName(value = expenseType)
val expenseType: String? = null
To unset the value pass an empty string.
notes
Link copied to clipboard
@SerializedName(value = notes)
val notes: String? = null
To unset the value pass an empty string.
returnPeriod
Link copied to clipboard
@SerializedName(value = returnPeriod)
val returnPeriod: EditDocumentUserMetadataPeriodDto? = null
warrantyPeriod
Link copied to clipboard
@SerializedName(value = warrantyPeriod)
val warrantyPeriod: EditDocumentUserMetadataPeriodDto? = null
  • @param returnPeriod